home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / XYMODEM.H < prev    next >
Text File  |  1995-02-04  |  253b  |  9 lines

  1.  
  2. int RxyModem(int,char *,char *,char,int);
  3. int TxyModem(int,char *,char *,int,int);
  4. int TxCAN(int);
  5. void XmodemTx(int,char *,char *,int);
  6. void XmodemRx(int,char *,char *,char);
  7. void YmodemTx(int,char *,char *);
  8. void YmodemRx(int,char *,char);
  9.